Skip to content

Conversation

@Kotasudhakarreddy
Copy link
Contributor

@Kotasudhakarreddy Kotasudhakarreddy commented Aug 18, 2020

Description
#14684 , #13837

Before CLI version 2.10.0 it was possible to remove an access-restriction by ip address. After the version checking duplicates over ip address the remove by ip address is not working anymore.

Testing Guide

az functionapp config access-restriction add -g XXX -n XXX --ip-address 40.114.193.214/32 --priority 200 --rule-name "Azure 1"
az functionapp config access-restriction remove -g XXX -n XXX --ip-address 40.114.193.214/32

History Notes

[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.


This checklist is used to make sure that common guidelines for a pull request are followed.

@yungezz
Copy link
Member

yungezz commented Aug 18, 2020

hi @qwordy , could you pls review this PR? thanks

Copy link
Contributor

@panchagnula panchagnula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - just a few changes

@panchagnula panchagnula added this to the S175 - For Ignite milestone Aug 18, 2020
@Kotasudhakarreddy Kotasudhakarreddy changed the title [AppService]: fix #14684- access-restriction remove by ip address does not work [AppService]: fix #14684- access-restriction remove by ip address does not work; #13837-az webapp create - Example for different RSgroups for Plan and WebApp Aug 25, 2020
Copy link
Member

@qwordy qwordy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest create a subclass in appservice and set the new default value. This class is Azure CLI level. It is used everywhere.

Copy link
Contributor

@panchagnula panchagnula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@qwordy qwordy merged commit 30cee42 into Azure:dev Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

App Services az appservice

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants